ValidatedLong
A validated long number generated with a LongRange.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Long. the default value of this wrapper
WidgetType defines what the config GUI widget looks like
A validated long number with a default selected from the min of the allowable range.
Author
fzzyhmstrs
Since
0.2.0
Parameters
LongRange. the allowable range of this Validated Long
WidgetType defines what the config GUI widget looks like
A validated long number with a default selected from the min of the allowable range.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Long. the minimum allowed value, inclusive
Long. the maximum allowed value, inclusive
WidgetType defines what the config GUI widget looks like
an unbounded validated long number.
The validation will be limited to ensuring the value de/serializes as a long, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
Author
fzzyhmstrs
Since
0.2.0
Parameters
Long. the default value of this wrapper
an unbounded validated long number with default value 0L.
The validation will be limited to ensuring the value de/serializes as a long, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
Author
fzzyhmstrs
Since
0.2.0
Parameters
Long. the default value of this wrapper
Long. the maximum allowed value, inclusive
Long. the minimum allowed value, inclusive